-
Notifications
You must be signed in to change notification settings - Fork 87
refactor: avoid layout thrashing on first dropdown render #10380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new screenshots show the correct behavior. In the previous version, the dropdown initially opened with slightly misaligned months, which then realigned after reopening.
|
Hi @vursen and @web-padawan, when i performed cherry-pick to this commit to 24.9, i have encountered the following issue. Can you take a look and pick it manually? |
|
Hi @vursen and @web-padawan, when i performed cherry-pick to this commit to 24.8, i have encountered the following issue. Can you take a look and pick it manually? |



Description
This PR improves the initial opening performance of the date picker by preventing layout thrashing when the infinite scroller initializes the date calendar pool.
Fixes vaadin/flow-components#8167
Type of change